internal/runtime/maps.Map.getWithKey (method)

3 uses

	internal/runtime/maps (current package)
		map.go#L398: func (m *Map) getWithKey(typ *abi.SwissMapType, key unsafe.Pointer) (unsafe.Pointer, unsafe.Pointer, bool) {
		table.go#L627: 	newKey, newElem, ok := it.m.getWithKey(it.typ, key)
		table.go#L710: 				newKey, newElem, ok := it.m.getWithKey(it.typ, key)